gtkstyleproperty: fix small memory leak
authorFelix Riemann <friemann@gnome.org>
Sat, 23 Jul 2011 13:50:05 +0000 (15:50 +0200)
committerFelix Riemann <friemann@gnome.org>
Sat, 23 Jul 2011 19:40:59 +0000 (21:40 +0200)
commite8486fdf710ce49da0c0a70ff9bbe6645bd5e3ae
tree54cf034a972d703b728de6c45575aa65677464a1
parent28cb6f4bb3ed1ed298e011bf4033a5cec0275db5
gtkstyleproperty: fix small memory leak

The released value is a string array and thus g_free is not sufficient.

https://bugzilla.gnome.org/show_bug.cgi?id=655173
gtk/gtkstyleproperty.c